home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / dkb / dkbutdoc.zoo / process.bat < prev    next >
Encoding:
DOS Batch File  |  1991-06-09  |  97 b   |  10 lines

  1. @echo off
  2. :loop
  3. if "%1"=="" goto end
  4. tga2img %1
  5. img2gif -d -m %1
  6. del %1.img
  7. shift
  8. goto loop
  9. :end
  10.